home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / opennap / README.amiga < prev    next >
Text File  |  2001-06-08  |  1KB  |  35 lines

  1. OpenNap 0.41 -- Open source Napster server
  2.  
  3. This is a port of the open source OpenNap Napster server software
  4. (http://opennap.sourceforge.net) for the Amiga. The port was done using
  5. GCC 2.7.0 and its built-in ixemul.library support.
  6.  
  7. Installation is fairly simple, just copy the "opennap" directory to the
  8. location of your choice. Run the "setup" utility and specify a directory to
  9. create (minus the leading /), which will hold the configuration options,
  10. user database etc.
  11.  
  12. To start the opennap server, invoke it with the commandline:
  13.  
  14.     opennap -c <configdir>
  15.  
  16. Be sure to set a large stack (e.g. 500K), since this port uses Ixemul. To
  17. terminate the server, simply break the process with Ctrl-C.
  18.  
  19. Note that a TCP/IP stack must be running before opennap can be started.
  20.  
  21. To rebuild this port, simply rename each Makefile_* in turn to "Makefile",
  22. and run GNU "make" each time.
  23.  
  24. This port has been largely untested, due to the lack of a PC running Napster to
  25. test with. Any bug reports and questions specifically regarding this port of
  26. OpenNap should be directed to the following address:
  27.  
  28.     Jay Cornwall <jay@realfantasy.demon.co.uk>
  29.  
  30. Any general questions about OpenNap should be directed to the appropriate
  31. author or forum (see the OpenNap website on Sourceforge).
  32.  
  33. Thanks go to all involved in the open source OpenNap project, and to all
  34. supporters of open source software.
  35.